projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96637b3
)
build: Remove --pkg babl option to g-ir-scanner
author
Jon Nordby
<jononor@gmail.com>
Mon, 28 Mar 2011 20:16:11 +0000
(22:16 +0200)
committer
Jon Nordby
<jononor@gmail.com>
Mon, 28 Mar 2011 20:16:11 +0000
(22:16 +0200)
--pkg is intended for dependencies. Babl does not depend on Babl
This lead to g-ir-scanner barfing if Babl was not already installed.
babl/Makefile.am
patch
|
blob
|
history
diff --git
a/babl/Makefile.am
b/babl/Makefile.am
index 490779b39fbef9c7a123d67de05660a8d2c6566b..e526e8a5263409a5f74e48ad1e526ba01b522d5b 100644
(file)
--- a/
babl/Makefile.am
+++ b/
babl/Makefile.am
@@
-98,7
+98,6
@@
Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS) $(c_sou
--library=babl-$(BABL_API_VERSION) \
--libtool="$(LIBTOOL)" \
--output $@ \
- --pkg babl \
-DBABL_IS_BEING_COMPILED \
-I$(top_srcdir) \
-I$(top_builddir) \